home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fritz: All Fritz
/
All Fritz.zip
/
All Fritz
/
FILES
/
MISCEOUS
/
DISKZINE.LZH
/
POEMS.BAT
< prev
next >
Wrap
DOS Batch File
|
1988-07-31
|
874b
|
42 lines
echo off
rem Poems.bat
:begin
cls
echo Alternate Dimensions of Reality
echo issue one
echo .
echo Poem Menu
echo .
echo F1 - Womansong, A Journal of Pure Dignity
echo Rainbow T'Pyr
echo .
echo F2 - Transition of a Lady
echo Rainbow T'Pyr
echo .
echo F3 - The Watchdogs
echo Rainbow T'Pyr
echo .
funky/ldl/ enter choice or ESC to return to main menu
if not errorlevel 1 goto esc
if not errorlevel 59 goto begin
if errorlevel 62 goto begin
if errorlevel 61 goto f3_typed
if errorlevel 60 goto f2_typed
cls
more < womansng.doc
pause
goto begin
:f2_typed
cls
more < ladytran.doc
pause
goto begin
:f3_typed
cls
more < watchdog.doc
pause
goto begin
:esc
mainmenu